| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader.event | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onKeyEvent(KeyType type,
KeyState state,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderKeyChanged(ATEAReader reader,
KeyType type,
KeyState state,
java.lang.Object params)
Called to report the key type and state of the Device attached to the ATEAReader instance before it occurs.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.valueOf(int code) |
static KeyType |
KeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|